home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / acornusr / 1990 / mar90 < prev    next >
Encoding:
Text File  |  1996-02-28  |  3.6 KB  |  76 lines

  1. 07/08/94
  2. * The Master 128 has View (Word processor) and ViewSheet (Spreadsheet) 
  3. built into the operating system . Although the Welcome guide covers these
  4. two areas briefly separate manuals for both products are available from
  5. Acorn which describe how to use both the packages in depth. The manuals cost
  6. £10.00 each and can be obtained from any Acorn Dealer.
  7.  
  8. * We still receive a lot of enquires from people who suddenly find their
  9. Master 128 or Archimedes is behaving in a strange way. We find that in the
  10. majority of these cases the batteries which keep the CMOS powered while the
  11. computer is off are completely flat. Please remember that the batteries
  12. should be changed every 12 months to be totally safe. The cost of the
  13. replacement battery unit for the Master 128 is £4.60 from any Acorn dealer.
  14. The fitting of the replacement battery unit is extremely easy and can be
  15. performed by experienced users. The Acorn product code for this item is
  16. ADT16,Acorn do not recommend the use of any other replacement battery unit.
  17. The Archimedes range of machines requires two, leak proof, size AA
  18. replacement batteries. The A3000 is fitted with a rechargable battery and
  19. therefore does not need replacing.
  20.  
  21. * A number of people  have asked how they can view all the sprites that are
  22. stored in the RISC OS ROMS. The following small BASIC program will save the
  23. sprites onto disc in the $ directory as the filename 'WSprites', they can
  24. then be loaded into !Paint under the Desktop.
  25.  
  26. 10 SYS "Wimp_BaseOfSprites" TO a%  
  27. 20 SYS "OS_SpriteOp", &10C, a%, "$.WSprites"
  28.  
  29. * It has been brought to our attention that the Notify facilities provided
  30. by the Network filing system under RISC OS can cause headaches for teachers.
  31. The ability to send messages from one machine to another is a useful
  32. facility for a Network Manager, but when this is extended to Network Users
  33. it soon becomes apparent that this can be abused. It is possible to protect
  34. the machines against receiving the notify messages. To turn the protection
  35. on use the following call:
  36.  
  37. SYS &4000E, &10, %100011111
  38.  
  39. To turn the protection off use:
  40.  
  41. SYS &4000E, 0, %100001111
  42.  
  43. Attempting to send a message to a protected station will now produce the
  44. error message 'Station ### not listening".
  45.  
  46. * When using the Desktop environment you are quite often deleting strings of
  47. text in writable menus eg. when renaming a file. A quick way to remove the
  48. string that already exists is to use CTRL U, which will delete the whole
  49. string in one action.
  50.  
  51. * Please remember that Acorn's Customer Services department are unable to
  52. deal with technical enquiries via the telephone. If you need to make a
  53. technical enquiry regarding one of Acorns products and your local dealer is
  54. unable to help, please write giving full details of your system and and the
  55. problem you have experienced. This will enable us to deal with the enquiries
  56. effectively.
  57.  
  58. * A number of people have experienced problems when fitting the Acorn 1772
  59. disc upgrade to BBC Model B's. The problems are caused by the step times of
  60. the 1772 chip, which are faster than the 1770 chip. There are links on the
  61. keyboard of the BBC to allow to you change the step time. The link settings
  62. are as follows:
  63.  
  64. Link 3    Link 4    Step time     Step time
  65.                      1772          1770
  66.  
  67.   0          0         6ms           6ms
  68.   1          0        12ms          12ms   
  69.   0          1         2ms          20ms
  70.   1          1         3ms          30ms
  71.  
  72. Setting link 3 and not link 4 will give you the slowest step time possible
  73. with the 1772. You should avoid setting the step time of a standard 5.25
  74. inch disc drive to 2 or 3ms with the 1772 chip, as most drives will not work
  75. at these speeds.
  76.